home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkIIIInnnnppppuuuutttt((((3333xxxx)))) VVVVkkkkIIIInnnnppppuuuutttt((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkInput - Encapsulation class for input callbacks on file descriptors
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkCallbackObject
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkInput.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkInput(void);
- virtual void ~VkInput(void);
-
-
- CCCCoooonnnnffffiiiigggguuuurrrraaaattttiiiioooonnnn
- void attach(int fd, XtInputMask mask);
- void remove(void);
-
-
- AAAAcccccccceeeessssssss FFFFuuuunnnnccccttttiiiioooonnnnssss
- int fd(void);
- int id(void);
-
-
- PPPPRRRROOOOTTTTEEEECCCCTTTTEEEEDDDD PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- PPPPrrrrooootttteeeecccctttteeeedddd DDDDaaaattttaaaa MMMMeeeemmmmbbbbeeeerrrrssss
- XtInputId _id;
- int _fd;
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- VkInput is a base class intended to encapsulate the mechanism for
- setting up object-oriented callbacks on file descriptors. The Xt
- event model supports other input sources via _X_t_A_p_p_A_d_d_I_n_p_u_t(), and
- the VkInput class is an object-oriented interface to this mechanism.
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkIIIInnnnppppuuuutttt(((())))
- VkInput(void);
- virtual void ~VkInput(void);
-
-
- Creates a VkInput object with no state. Use the _a_t_t_a_c_h() method to
- specify an input source.
-
- aaaattttttttaaaacccchhhh(((())))
- void attach(int fd, XtInputMask mask);
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkIIIInnnnppppuuuutttt((((3333xxxx)))) VVVVkkkkIIIInnnnppppuuuutttt((((3333xxxx))))
-
-
-
- Attaches the VkInput object to a specific input source. If an input
- source was already attached, it is detached first. Once this method
- is called, the VkInput::inputCallback callback will get called when
- input becomes available. The callData parameter to the callback
- will be a (VkInput *).
-
- rrrreeeemmmmoooovvvveeee(((())))
- void remove(void);
-
-
- Detaches from the previously-attached input source.
-
- ffffdddd(((())))
- int fd(void);
-
-
- Returns the file descriptor last specified in _a_t_t_a_c_h().
-
- iiiidddd(((())))
- XtInputId id(void);
-
-
- Returns the XtInputId returned by _X_t_A_p_p_A_d_d_T_i_m_e_I_n_p_u_t(). Each
- attached VkInput object will have a unique XtInputId.
-
- DDDDAAAATTTTAAAA MMMMEEEEMMMMBBBBEEEERRRR DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- ____iiiidddd
- XtInputId _id;
-
-
- XtInputId from _X_t_A_p_p_A_d_d_T_i_m_e_I_n_p_u_t().
-
- ____ffffdddd
- int _fd;
-
-
- File descriptor specified in _a_t_t_a_c_h().
-
- iiiinnnnppppuuuuttttCCCCaaaallllllllbbbbaaaacccckkkk
- static const const char* inputCallback;
-
-
- ViewKit-style callback when input becomes available. The callData
- parameter to the callback will be a (VkInput *).
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCaaaallllllllbbbbaaaacccckkkkOOOObbbbjjjjeeeecccctttt
- callCallbacks(), className(), addCallback(), removeCallback,
- removeAllCallbacks(), hasCallbacks(), cloneCallbacks(),
- cloneCallback()
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-
-
-
- VVVVkkkkIIIInnnnppppuuuutttt((((3333xxxx)))) VVVVkkkkIIIInnnnppppuuuutttt((((3333xxxx))))
-
-
-
- CCCCLLLLAAAASSSSSSSSEEEESSSS UUUUSSSSEEEEDDDD BBBBYYYY TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- VkApp
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- VkCallbackObject
- _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 3333
-
-
-
-